home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 5
/
The Arsenal Files 5 (Disc 1)(Arsenal Computer).ISO
/
filelist
/
galact.bbs
/
prg_casm
< prev
next >
Wrap
Text File
|
1995-10-16
|
8KB
|
210 lines
█████ The Arsenal Files 5
█████ Disc One of Two
█████ Programming - C/ASM
█████ PATH: \PRG_CASM
3DGPL.ZIP 92K 06-22-95 A
3DGPL 3D graphics tutorial for game
programmers. 3D transformations clipping
rasterization shading & texture
rendering.Example source of an extremely
portable 3D base library for MSDOS MSWINDOWS
X11 & NeXTStep
AS02_108.ZIP 40K 07-01-95 A
Assembler for M6800/6801/6802/6803
microprocessor
AS05_108.ZIP 39K 07-01-95 A
Assembler for M6805 microprocessor
AS09_108.ZIP 49K 07-01-95 A
Assembler for M6809/H6309 microprocessor
AS48_108.ZIP 40K 07-01-95 A
Assembler for i8048/49/50 microprocessor
AS65_108.ZIP 39K 07-01-95 A
Assembler for R6502/65SC02 microprocessor
AS80_108.ZIP 48K 07-01-95 A
Assembler for i8080-Z180 microprocessor
ASM104.ZIP 19K 09-02-95 A
Magic Assembler is a public domain Assembly
Language Compiler
ASMTUTTX.ZIP 17K 05-15-95 A
"A Introduction To x86 Assembly" Written by
Gavin Estey. This document is version 0.9
Beta. This will hopefully be the final
version of this unless somebody finds some
mistakes in it. I have spent over 620 minutes
creating this document (not including writing
or testing the code or the original text
document) so I hope you will find it useful.
ASCII format.
ASRD_108.ZIP 12K 07-01-95 A
Sample code to read as??.exe debug info files
CFOG102.ZIP 52K 05-01-95 A
C-FOG 1.02 <ASP> - c-fog obfuscates C source
code making it difficult for humans to
understand, or copy. This allows you to
distribute programs for multiple platforms as
source code. C-FOG processes preprocessor
directives, renames identifiers, octalizes
strings, removes comments and converts all
flow control to if ... gotos. For all Intel
PCs.
CUJ0695.ZIP 46K 05-15-95 A
C Users Journal, June 1995.
CUJ0795.ZIP 441K 06-14-95 A
C Users Journal July, 1995
DEL_WIN.ZIP 31K 05-18-95 A
Windows Dialog box which allows you quickly
and effeciently delete temporary files made
during code compilation with Borland C or
Visual C.
EMS4C10.ZIP 40K 05-03-95 A
EXPANDED MEMORY MANAGEMENT FOR C
(EMS4C10.ZIP), July 93, Ver 1.0, <ASP>. The
EMS4C library implements version 3.2 of the
LIM (Lotus-Intel-Microsoft) specification for
expanded memory. It runs with version 3.2 and
4.0 of the LIM specification. Included with
the EMS4C library is the EMM4C library which
allows C programmers to allocate and free EMS
memory similiar to malloc() and free().
HB107.ZIP 351K 05-08-95 A
Windows Help WinHelp Norton Guides Import HC3
An MS Windows 3.1 application for creating/ma
Supports Topic pages, Links and 'popup' windo
sequences, bitmaps, fonts, colours, bold text
Uses Projects, topics in text files, error ch
project Wizard with Norton Guides import, ins
C/C++, MFC, PowerBuilder etc.
LZW4C14.ZIP 37K 05-03-95 A
DATA COMPRESSION LIBRARY FOR C/C++
(LZW4C14.ZIP), June 94, Ver 1.4, <ASP>. LZW4C
is a data compression library for C/C++
programmers based on the LZ* family of
algorithms. Fast with good compression.
Supports Borland Turbo C, Microsoft C, and
MIX Power C.
OTHLLO_C.ZIP 16K 05-19-95 A
Othello.c This is a fairly portable program I
wrote to play othello for an AI class. I
wrote it using DeSmet C, and it has some
special PC optimizations, under #ifdef
DeSmet, that are non-portable. You'll need to
blow out the #define DeSmet if you aren't
using his C compiler. If your C compiler gets
annoyed at illegal
PCL4C43.ZIP 69K 05-03-95 A
PERSONAL COMMUNICATIONS LIBRARY FOR C/C++
(PCL4C43.ZIP), March 95, Ver 4.3, <ASP>.
Async comm library supporting COM1-COM20 to
115,200 baud, 4+ ports concurrently, all
memory models, many dumb multiport boards,
16550 UART, interrupt driven, RTS/CTS flow
control, any UART address using IRQ2 thru
IRQ15. Supports Turbo C/C++, Borland C/C++
MIX Power C, and Microsoft C/C++.
PPL4C10.ZIP 84K 05-03-95 A
PERSONAL PROTOCOL LIBRARY FOR C/C++
(PPL4C10.ZIP), Feb 95, Ver 1.0, <ASP>. PPL4C
is a protocol library supporting ASCII,
XMODEM, XMODEM-CRC, XMODEM-1K, YMODEM,
YMODEM-G, and ZMODEM protocols. Will support
Turbo C, Borland C, MIX Power C, Microsoft C.
Requires the Personal Communications Library
for C/C++ (PCL4C).
RECIO213.ZIP 164K 09-04-95 A
RECIO C Library Version 2.13. The RECIO C
library consists of a set of a hundred
functions that make it easy to read and write
text files in which each line is treated as a
data record, and each record is subdivided
into fields. Fields may be delimited either
by a character, such as a comma, or by column
positions.
REGMAKER.ZIP 1518K 06-10-95 A
Registration Creator v1.0. Tool box for C
programmers and Visual Basic programmers who
are shareware authors, who would like to sell
their software and make registrations easy.
RTEDIT11.ZIP 297K 09-13-95 A
RT Edit Version 1.1 <ASP> Windows MDI Editor
for C/C++ programmers. Has concurrent spell
checking with code entry. Reduce errors when
typing a known identifier by picking a match
in an Identifier Lookup window. The
dictionary contains identifiers already in
your code upon startup and adds new ones
after entry.
SCRN362.ZIP 349K 06-03-95 A
Screen v3.6.2. C source code for VT-100
terminal emulation and such.
SC_TTT.ZIP 3K 05-20-95 A
Tic Tac Toe - Noughts and Crosses. Here's a
Tic-Tac-Toe program I wrote for my AI class
last quarter. A lot of people were asking for
help with minimax and alpha-beta pruning. I
provide no explanation of minimax or
alpha-beta pruning here, but there are many
places you can get the algorithms for each. C
source file only.
SML_200.ZIP 21K 05-18-95 A
SML v2.0 release! Full source included.
Contains C routines to manipulate strings.
SML - the String Manipulation Library for C!
SOUNDPRO.ZIP 21K 05-13-95 A
Sound Pro Ver 1.00 A great sound making
utility for 'C' and 'C ' Includes full
documentation and Sound Blaster/Pc Speaker
Support.
STEPH1D0.ZIP 270K 06-04-95 A
(v1.0d) "Steph" STEPH1D0.ZIP 5/6/95. Steph is
a C library which provides a full text-mode
user interface to DOS programs. Programs may
use windows, menus, dialogue boxes, a
toolbar, and many other features. Microsoft C
and Turbo/Borland C libraries are supplied,
as is an extensive programmers reference
manual.
TDSK22SR.ZIP 53K 06-22-95 A
EMS/XMS/Convention memory support. It takes
only 432-608 bytes memory ... and 100%
freeware!. Source code! -
TI2_099D.ZIP 796K 05-17-95 A
Text Interface/2 v0.99d C/C . Easy to use
classes for interfaces. Windows, pull down
menus & data entry for unlimited design
options.
VATPM051.ZIP 459K 05-03-95 A
Varmint's Audio Tools (VAT) is a small Sound
It's primary feature is an DSP interrupt/DMA
real-time mixing and playing of digital sound
music, and background MOD music. It also su
many FM chip routines, input functions for WA
files, and auto recognition and setup of Soun
4.5 millisecond clock and microsecond accurac
and comes with source and example code (Turbo
all programmers who want to easily incorpera
into their DOS programs.
VCTWIN15.ZIP 88K 08-01-95 A
VCTools v1.5. Visual C Tools is a collection
of programs (tools) to aid in the
developement of software in the Visual C
environment. Seamlessly integrated with
Visual C and gives programmers quick access
to these tools.
WATCMFAQ.ZIP 8K 05-17-95 A
The WATCOM C/C++ Game Programmer's FAQ.
Version 0.7 by Lee A. Lorenz. Since WATCOM's
strategic pricing of WATCOM C/C++ version
10.0, many users unfamiliar with protected
mode programming have been posting alot of
questions. The purpose of this FAQ is to
clear up many of those questions. For now, I
will concentrate on the specifics of
programming WATCOM C/C++ (9.5 or
WOLFSRC.ZIP 564K 07-21-95 A
Official Public Domain Release of source code
to Wolfenstein, Borland C++ 3.0/3.1